PEGetNParameterCurrentRanges

Use PEGetNParameterCurrentRanges to retrieve the number of value ranges currently associated with the specified parameter field in a report. See Working with Parameter Values and Ranges.

C Syntax
short CRPE_API PEGetNParameterCurrentRanges (
        short printJob,
        const char FAR *parameterFieldName,
        const char FAR *reportName );
Parameters

printJob

Specifies the print job for which you want to retrieve parameter current range information.

parameterFieldName

Specifies a pointer to the string containing the parameter field name.

reportName

Specifies a pointer to the string containing the report name. See Remarks below.

Returns
VB Syntax
Declare Function PEGetNParameterCurrentRanges Lib "crpe32.dll" ( _
    ByVal printJob As Integer, ByVal parameterFieldName As String, _
    ByVal reportName As String ) As Integer
Delphi Syntax

Delphi code for getting/setting parameter field information

procedure PEGetNParameterCurrentRanges (
    printJob: smallint;
    const parameterFieldName: PChar;
    const reportName: PChar;
    ): WORD stdcall;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com